Welcome![Sign In][Sign Up]
Location:
Search - directshow sdk

Search list

[Multimedia program基于VC++远程视频监控系统

Description: 程序运行在Windows 98/2000/XP/2003平台下,可在VC++ 6.0或.NET中调试。调试前请先安装Microsoft DirectX 9.0 SDK。因为本章的程序用到DirectShow的COM,需要在程序options→directories→include files中添加“E:\\Program Files\\Microsoft DirectX 9.0 SDK \\Samples\\C++\\DirectShow\\BaseClasses”。-running Windows 98/2000/XP/2003 platform, or in VC 6.0.NET debugging. Debugging former post install Microsoft DirectX 9.0 SDK. Because the procedures used in this chapter DirectShow COM, the procedure needs directories options include files adding, "E : \\ Program Files \\ Microsoft DirectX 9.0 SDK \\ Samples \\ C \\ DirectShow \\ BaseClasses."
Platform: | Size: 3378812 | Author: 王晨阳 | Hits:

[Embeded-SCM Develop神龙卡SDK (DirectShow版)

Description: 看看名字就应该知道是干什么用的了吧! 这可是个好东东!我搜索了很久才找到的! 独乐乐,与人乐乐,疏乐??? 独-look at the name should know what the! But this good Dong! I search for a long time to find! Independence Lele, who Lele, sparse music? ? ? Lele alone!
Platform: | Size: 1806852 | Author: 望乡 | Hits:

[DirextXDXCapshot517

Description: 基于DirectShow的视频采集程序,MFC界面,根据DX9 SDK写了一个类,扩展性好-based on DirectShow video collection procedures, MFC interface According DX9 SDK was a category, scalability good
Platform: | Size: 44290 | Author: 王刚 | Hits:

[Multimedia programdllDSPlayer1

Description: ◆◆◆ 《DirectShow多声卡播放器》◆◆◆ 一个用DirectShow开发的音频播放程序,支持多个声卡,可以任意指定播放声卡,可以播放mp3,wav,cda,avi,asf,wmv,mpg等所有 windows支持的多媒体视频、音频文件,还可以直接播放CD。我已经封装好一个类,还有测试程序,源代码您可以直接使用。 我刚接手做这个多声卡播放程序的时候也毫无头绪,我以前只用过wavOpenXXX()和mciSendXXX()系列API来播放音频 文件,但是这些方法根本不支持多声卡,播放时的声音只能从系统默认的声卡中发出来,后来想到一个办法,在程序启动时将系统 默认声卡改成我要播放的声卡,程序退出时再还原,可这样改来改去总会有问题。没办法,就到网上到处找资料,希望能得到指点, 终于皇天不负有心人,我终于找到一个《多声卡SDK开发包》控件,我满心高兴地下载安装并试用,原来这是一个需要注册的控件,真是 有违开源的思想啊,不就是一个多声卡播放程序,犯得着用来赚钱吗?你不开源也就得了,还弄个需要注册,不注册还不能用! 实在没辙那就自己写好了。
Platform: | Size: 68523 | Author: 谢红伟 | Hits:

[DirextXreg_unreg_DSfilter

Description: 一款注册和反注册DirectShow插件的程序源码,我这里编译没问题,如果不能正确编译,请安装DirecX SDK,最好9.0以前的!-registration and anti-registered DirectShow plug-in program source code, I did not build here. If we can not correctly compile, install DirecX SDK, the best previous 9.0!
Platform: | Size: 155952 | Author: 小丑鱼 | Hits:

[mpeg mp3Refactoring2

Description: ActiveVideo 需要的库。 主要是 D3D 和 一些 DirectShow的封装。 另外还 有些Ogre的,但是编译需要Ogre SDK.-ActiveVideo needs of the library. Display is the main and some DirectShow Packaging. There is also some Ogre, but you will need Ogre SDK.
Platform: | Size: 40663 | Author: 邵小宁 | Hits:

[mpeg mp3PlayerDShow

Description: 在Windows Mobile 5.0之后的系统上,提供了Direct X可以使用。这个是调用DShow播放视频文件的例子,主要参考DirectX SDK下,DirectShow里面Players\\PlayerWnd这个例子。需要注意的是Windows CE下的COM初始化,参数只能是NULL(MSDN)。 -in Windows Mobile 5.0 system, the Direct X can be used. This is called DShow broadcast video files example, the main reference DirectX SDK, DirectShow inside Players \\ PlayerWnd this example. We need to be aware of Windows CE COM initialization parameters can be NULL (MSDN).
Platform: | Size: 27913 | Author: king | Hits:

[Other resourceDirectShow_source

Description: 《DirectShow开发指南》配套代码代码,需要DirectX SDK 7以上支持。 -"DirectShow Guide to the development of" complementary code code, DirectX SDK needs seven more support.
Platform: | Size: 420592 | Author: bluewater210 | Hits:

[VOIP programplayer

Description: 网络会议视频同步播放!程序运行在Windows 98/2000/XP/2003平台下,可在VC++ 6.0或.NET中调试。调试前请先安装Microsoft DirectX 9.0 SDK。因为本章的程序用到DirectShow的COM,需要在程序options→directories→include files中添加“E:\\Program Files\\Microsoft DirectX 9.0SDK\\Samples\\C++\\DirectShow\\BaseClasses”。注意:streams.h文件就在上述文件夹下面。另外,不要编译Summer 2004版本的DirectX SDK。编译streams.h文件还需要CJLibrary608c.rar库和AV8SDK库,读者都可以在本书的光盘中找到。安装好后需要在options→directories→include files中添加C:\\Program Files\\CodeJockey\\CJLibrary Version 6.08\\Include目录和AV8SDK\\AV8SDK\\include目录。
Platform: | Size: 3378171 | Author: 袁洲 | Hits:

[WinSock-NDISTapi

Description: Some TAPI3 code samples depend on Microsoft DirectShow API s, which are part of the DirectX 9 SDK. The DirectX 9 SDK is now shipped separately from the Microsoft Platform SDK. The DirectX 9 SDK currently does not support 64-bit platforms and due to this reason, the TAPI3 code samples that use parts of the DirectX 9 SDK cannot be built for 64-bit platforms.
Platform: | Size: 296993 | Author: xzhuwu | Hits:

[DirextXDirectShowsouce

Description: 《DirectShow开发指南》附书源代码。本书以DirectX SDK 9.0版为蓝本,涉及的内容几乎涵盖了在Windows平台上使 用DirectShow进行C++编码的方方面面。
Platform: | Size: 492175 | Author: yuqianyi | Hits:

[DirextXChapter04

Description: DirectShow开发指南 本书以DirectX SDK 9.0版为蓝本,涉及的内容几乎涵盖了在Windows平台上使
Platform: | Size: 84899 | Author: 黄均幸 | Hits:

[DirextXChapter07

Description: * 书 名:《DirectShow开发指南》 * 作 者: 陆其明(著) 金邦飞(审校) * 内容提要: 本书以DirectX SDK 9.0版为蓝本,涉及的内容几乎涵盖了在Windows平台上使
Platform: | Size: 28073 | Author: 黄均幸 | Hits:

[Multimedia programPlayer

Description: 开发工具为Microsoft Visual Studio 2010,需安装DirectShow SDK实现视频处理,可以播放avi等主流媒体文件,可进行播放速度控制,英两控制全屏 拖放 抓图等-Development tools for Microsoft Visual Studio 2010, need to install the DirectShow SDK achieve video processing, can play avi and other mainstream media files, playback speed control ounce of control in full drag-and-drop shots
Platform: | Size: 50259968 | Author: lydia | Hits:

[Special Effectsdirectshow

Description: directshow开发的笔记文件direckshow SDK,涵盖了direckshow的详细用法-directshow Development notes file direckshow SDK, covering direckshow detailed usage
Platform: | Size: 2940928 | Author: 谭小贤 | Hits:

[Video CaptureDirectShow

Description: 從DirectX SDK 9.0b 單獨取出DirectXShow:安裝SDK後,可參考C:\DirectShow\Capture目錄下AMCap例子的設置,主要如下: 1、 project->setting,在c++選項卡,分類->Preprocess附加包含路徑 C:\DirectShow\BaseClasses。 2、 link選項卡,分類->general對像/庫模塊: C:\DirectShow\BaseClasses\Debug_Unicode\strmbasd.lib quartz.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib ole32.lib winmm.lib msacm32.lib olepro32.lib oleaut32.lib advapi32.lib uuid.lib strmiids.lib; 3、 Link選項卡,分類->input附加庫路徑 C:\DirectShow\Lib 4、stdafx.h 中包含頭文件#include <DShow.h>,若要捕捉圖片,還要#include "Qedit.h" -Remove from the DirectX SDK 9.0b alone DirectXShow: After installing SDK, refer to the C: \ DirectShow \ Capture directory AMCap setting examples, mainly as follows: 1, project-> setting, in c++ tab, Category-> Preprocess additional include path           C: \ DirectShow \ BaseClasses. 2, link tab, classification-> general object/library modules:           C: \ DirectShow \ BaseClasses \ Debug_Unicode \ strmbasd.lib quartz.lib           kernel32.lib user32.lib gdi32.lib comdlg32.lib ole32.lib winmm.lib msacm32.lib           olepro32.lib oleaut32.lib advapi32.lib uuid.lib strmiids.lib 3, Link tab, Category-> input additional library path C: \ DirectShow \ Lib 4, stdafx.h contains header files# include <DShow.h>, to capture images, but also# include "Qedit.h"
Platform: | Size: 16156672 | Author: 黃聖雄 | Hits:

[Audio programWavToMp3

Description: 使用DirectShow开发包将wave格式的音频文件转换为mp3格式的音频文件。-Use DirectShow SDK will wave format audio files into mp3 audio file format.
Platform: | Size: 2445312 | Author: 杨佳 | Hits:

[Dialog_Windowplay

Description: 使用VS的MFC编程写的视频播放器,需要搭建DirectShow SDK环境,-The MFC programming using VS write video player, you need to build the DirectShow SDK environment,
Platform: | Size: 58403840 | Author: eom | Hits:

[DirextXCameraDs

Description: 这是一个关于directshow的SDK,有很多的文件可供使用(This is a directShow on the SDK, there are a lot of files available)
Platform: | Size: 1021952 | Author: jdmfiheui | Hits:

[DirextX视频采集SDK Introduction.chs

Description: DirectSHOW 功能简介,函数说明,开源开发者手册(DirectSHOW function Introduction, function description, open source Developer Handbook)
Platform: | Size: 859136 | Author: ttzz | Hits:
« 1 2 3 4 5 6 78 9 »

CodeBus www.codebus.net